<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*鍒濆鍖栨牱寮�*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#666;position:relative; font-size:15px; Microsoft YaHei,arial,瀹嬩綋,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:link{color:#666;}
a:visited{color:#666;}
a:hover,a:active,a:focus{color:#0d6ebb;text-decoration:none;outline:none;}
p {margin: 0;}
label{max-width:inherit;}
input{padding:0;margin:0;font-family:'Microsoft YaHei'; outline:none;}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
dt{font-weight: normal;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flexd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wh{width: 1200px;margin:0 auto;}
.pos{position: relative;width: 1920px;left: 50%;margin-left: -960px;}

.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.hp{overflow:hidden; -moz-box-shadow: 1px 1px 3px #eee;box-shadow: 1px 1px 3px #eee; font-size:13px; padding:8px 0; background: url("../image/1547_01.jpg") no-repeat top center; color: #fff;}
.hp .hk a{display:inline-block; margin-left:5px; margin-right:5px; color: #fff;}
.hp .hk a:hover{color:#006cc5; text-decoration:underline;}
.hp .hk span{margin-left:5px;}
.hp .hk a:last-child{margin-right:0;}
.hp .hk span#m_count{margin-left:0;}

/*婊氬姩*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


/*澶撮儴鏍峰紡*/
#header{width:1000px;margin:0 auto;}
.logo{float:left;line-height: 113px;}
.top2 .k2{margin-top:28px;font-size: 28px;color: #333333;line-height: 28px;background: url(../image/sdw_05.png) no-repeat left center;padding-left: 70px;font-family: 'Arial';margin-left: 20px;}
.topLink{color: #fff;}
.topLink a{color: #fff;}
.logowz{margin-top: 33px;}
.weid{margin-left:23px; margin-top:23px;}
.content{width:1200px; margin-left:auto; margin-right:auto;}

/* 瀵艰埅鏍峰紡 */
#menu {
    background-color: #0d6ebb;position: relative;z-index: 9999;
}

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-menu&gt;li {
    position: relative;
    width: 180px;
}

.x-menu&gt;li&gt;a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
    line-height: 50px;
    height: 50px;
    text-align: center;
}



.x-menu&gt;li&gt;a:hover,.x-menu&gt;li.on&gt;a {
    background-color: #1f85d6;
}

.x-menu&gt;li.active&gt;a {}

.x-menu&gt;li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

.x-menu&gt;li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 50px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu&gt;li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu&gt;li&gt;a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu&gt;li&gt;a:hover {
    background: #1f85d6;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}

.search{
    background: #f6f6f6;

}
.search h3{
    float: left;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 78px;
}
.search h3 span a{
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-left: 15px;
}
.search h3 span a:hover{
    color: #0d6ebb;
}
.sch{
    float: right;
    padding: 14px 0;
}
.sch #formsearch{
    width: 395px;
    background: #fff;
    border-radius: 30px;
    border: solid 1px #ddd;
    line-height: 45px;
}
.sch #formsearch input{
    border: none;
    background:none;
    outline: none;
}
.sch #formsearch #keyword{
    width: 335px;
    float: left;
    padding-left: 20px;
}
.sch #formsearch #s_btn{
    width: 50px;
    background: url(../image/d2d53fd0218488c5ecbfece8e61b845e0909adfc.png)no-repeat center;
    float: right;
}

.fullSlide{ width:100%;  position:relative;  height:600px; background:#fff;  }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:600px; overflow:hidden; text-align:center;  }
.fullSlide .bd li a{ display:block; height:600px;}

.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:60px; line-height:60px; text-align:center;
   _background:#000; _filter:alpha(opacity=60); 
}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:40px; height:8px; margin:5px; background:url(../image/tg_flash_p.png) -70px 0; overflow:hidden; 
  line-height:9999px; 
}
.fullSlide .hd ul .on{ background-position:0 0; }
.fullSlide .prev, .fullSlide .next { position: absolute; z-index: 30; display: block; }
.fullSlide .prev { top: 50%; left: 10px; margin-top:-22px; }
.fullSlide .next { top: 50%; right: 10px; margin-top:-22px; }
.fullSlide .prev a, .fullSlide .next a { display: block; width: 50px; height: 44px; overflow: hidden; background: url(../image/ico_prevnext.png) no-repeat scroll 0 0; _background-image: url(../image/ico_prevnext_ie6.png); }
.fullSlide .prev a { background-position: 0 -12px; }
.fullSlide .prev a:hover { background-position: 0 -92px; }
.fullSlide .next a { background-position: 0 -172px; }
.fullSlide .next a:hover { background-position: 0 -252px; }

/*浜у搧鏍峰紡*/
.sideMenu{width:258px; padding: 0 15px;}
.sideMenu h3 a,.zhmore a{display: block; padding-left:38px; cursor:pointer; font-size:18px; background:url(../image/htb_12.png) no-repeat center left 18px; position:relative; height:54px; line-height:52px; border-top:dashed 1px #ddd;}
.sideMenu h3 a:hover,.zhmore a:hover{background:url(../image/htb_13.png) no-repeat center left 18px;}
.sideMenu ul{ padding:0 25px 4px 38px; color:#999; display:none; /* 榛樿閮介殣钘� */ height:256px;}
.sideMenu ul li a{display:block; font-size:15px; text-align:left; color:#737373;}
.sideMenu ul li{margin-bottom:15px;}
/*.sideMenu h3:after{ content: '';
    position: absolute;
	height:11px;
	width:12px;
	background:url(../image/dfe_03.png) no-repeat center center;
	top: 17px;
	right:20px;
    z-index: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	}*/
.sideMenu ul li a:hover{color:#1366ac;}
.lefd{width:260px; float:left; background: #f8f8f8;}
.sideMenu h3.on{color:#1366ac;}
.zhmore{padding: 0 15px; overflow: hidden;}

.zhegw ul{ height: auto;}
.zhvb{overflow: hidden; text-align: center; border-top: dashed 1px #dadada; padding-top: 20px; padding-bottom: 25px;}
.zhvb h4{font-size: 28px; font-weight: 600; color: #0d6ebb;}
.zhvb h5{font-size: 16px; color: #1e1e1e;}
.zhvb p{font-size: 23px; color: #1e1e1e; font-weight: 600; line-height: 25px;}
.zhvb img{display: block; margin-left: auto; margin-right: auto; margin-bottom: 5px;}

.gjbox{border-bottom:solid 1px #eee;overflow:hidden;padding:20px 0}
.grou_d input{width:275px;height:38px;border:0;float:left;font-size:14px;padding:0 20px;color:#707070;background:none;}
.grou_d{float:right;height:40px;background:url("../image/tufr.png") no-repeat center left}
.grou_d button{border:0;cursor:pointer;background:none}
.gj_fl{width:738px;float:left;font-size:14px;line-height:28px;color:#666;margin-top:5px}
.gj_fl a{color:#666;display:inline-block;position:relative;padding-right:10px;margin-right:10px}
.gj_fl a:after{content:'';position:absolute;width:1px;height:13px;background:#666;right:0;top:8px}
.gj_fl a:last-child:after{padding-right:0;margin-right:0;width:0}
.gj_fl a:hover{text-decoration:underline}
.gj_fl span{font-weight:600; color: #0d6ebb;}


.xiabox{overflow:hidden; margin-top:30px;}
.tpk{padding-top:60px; padding-bottom:60px;}
.prd ul li{text-align:center;}
.prd ul li a{overflow:hidden; display:block; position: relative;}
.prd ul li a img{width:286px; height:206px; display:block;}
.dkh{width:388px; border: solid 1px #eee; overflow:hidden;}
.prd ul{overflow:hidden;}
.prd ul li a span{font-size:16px; padding-top:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 1;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal; 
}
.rigd ul li{width:288px; float:left; margin-left:20px; margin-bottom:15px;}
.rigd ul li img{border:solid 1px #ddd;}
.rigd ul li h4{font-size:16px; color:#363636; text-align:center; margin-top:15px;}
.rigd{width:916px; float:right;}
.rigd ul{margin-left:-20px;}

.rigd ul li a:hover img{border:solid 1px #1366ac;}
.rigd ul li a:hover h4{color:#1366ac;}
/*浜у搧鏍峰紡*/

.product{
    padding-top: 60px;
    padding-bottom: 74px;
}
.title{
    text-align: center;
}
.title h3{
    font-size: 40px;
    font-weight: 600;
    color: #333;
}
.title p{
    font-size: 18px;
    color: #888888;
    margin-top: 10px;
}
.pro-show{
    margin-top: 60px;
}
.pro-cfn{
    float: left;
    width: 22.6%;
}
.pro-cfn h3{
    text-align: center;
    background: #0d6ebb;
    font-size: 30px;
    color: #fff;
    padding: 21px 0;
    position: relative;
}
.pro-cfn h3 span{
    display: block;
    font-size: 14px;
    opacity: .5;
    text-transform: uppercase;
    margin-top: 5px;
}
.pro-cfn h3::after{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #fff;
    bottom: 2px;
    left: 0;
}
.pro-name{
    background: #f8f8f8;
    padding: 0 15px;
    padding-bottom: 30px;

}

.pro-name &gt; ul &gt;li &gt; a{
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 56px;
    border-bottom: solid 1px #ddd;
    border-bottom-style: dashed;
    padding-left: 45px;
    background: url(../image/c5329cd94329335407853d08bb02835b98b3235e.png)no-repeat 10px center;
}
.pro-name &gt; ul &gt;li &gt; a:hover{color: #0d6ebb;}
.cfn-menu{
    padding-left: 35px;
    margin-top: 15px;
}
.cfn-menu li a{
    display: block;
    font-size: 16px;
    color: #777;
    line-height: 35px;
    padding-left: 15px;
    background: url(../image/613d8aabd2d27393239971f85d828019f464a3e2.png)no-repeat left center;
}
.cfn-menu li a:hover{
    color: #0d6ebb;
}
.pro-list{
    float: right;
    width: 76.3%;
}
.pro-list ul li{
    float: left;
    width: 30.69%;
    margin-left: 25px;
}
.pro-list ul li a{
    display: block;
}
.pro-list ul li a .pro-img{
    overflow: hidden;
}
.pro-list ul li a .pro-img img{
    width: 288px; height:198px;
}  
.pro-list ul li a h4{
    text-align: center;
    line-height: 56px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #555;
    font-weight: normal;
} 
.pro-list ul li a:hover h4{
    color: #0d6ebb;
}

.quality{
    background: url(../image/fw_13.jpg)no-repeat center center;
    padding-top: 60px;
    padding-bottom: 56px;
}
.quality .title h3{
    color: #fff;
}
.quality .title p{
    color: #fff;
    opacity: 1;
}
.qua-list{
    margin-top: 50px;
}
.qua-con:first-child{
    margin-left: 0;
}
.qua-con{
    float: left;
    border: solid 6px #fff;
    border-bottom: none;
    margin-left: 29px;
    width: 278px;
}
.qua-con .qua-img{
    overflow: hidden;
}
.qua-con .qua-img img{
    width: 278px; height:180px;
}
.qua-con h3{
    background: #fff;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 50px;
}
.qua-text{
    text-align: center;
    color: #fff;
    margin-top: 45px;
}
.qua-text p{
    font-size: 22px;
    font-weight: 300;
}
.qua-text h4{
    font-size: 40px;
    font-weight: 600;
    margin-top: 20px;
}
.qua-text h5 p{
    font-size: 18px;
    line-height: 42px;
    width: 765px;
    background: #00612f;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.reason{
    padding-top: 65px;
    padding-bottom: 88px;
    background: #f1f1f1;
}
.title h3 span{
    color: #0d6ebb;
}

.ron-show{
    margin-top: 65px;
    position: relative;
}
.ron-cfn{
    float: left;
    border-right: solid 2px #ddd;
    background: #fff;
}
.ron-cfn ul li{
    display: block;
    padding-top: 15px;
    width: 245.64px;
    height: 149.75px;
    padding-bottom: 20px;
    cursor: pointer;
    transition: all .5s ease;
    text-align: center;
}
.ron-cfn ul li .img{height: 60px;line-height: 60px;}
.ron-cfn ul li .img2{display: none;}
.ron-cfn ul li.cur .img1{display: none;}
.ron-cfn ul li.cur .img2{display: inline-block;}
.ron-cfn ul li+li{
    border-top: solid 1px #ddd;
}

.ron-cfn ul li h3{
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-top: 5px;
    font-weight: 600;
}
.ron-cfn ul li h3 span{
    display: block;
    font-size: 13px;
    opacity: .5;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Arial;
}
.ron-cfn ul li.cur{
    background:#0d6ebb;
}
.ron-cfn ul li.cur h3{
    color: #fff;
}

.ron-list{
    position: absolute;
    width: 1336px;
    height: 100%;
    top: 0;
    left: 248px;
}
.ron-con{
    display: none;
}
.ron-exp{
    float: left;
    padding-left: 50px;
    background: #fff;
    padding-top: 60px;
    padding-right: 55px;
    padding-bottom: 59px;
    width: 578.48px;
    height: 599px;
}
.ron-exp h3{
    font-size: 34px;
    color: #333;
    position: relative;
}
.ron-exp h3::after{
    position: absolute;
    content: '';
    height: 4px;
    width: 65px;
    background: #ddd;
    left: 0;
    bottom: -30px;
}
.ron-exp h3 span{
    margin-bottom: 5px;
    display: block;
    font-size: 18px;
    font-family: Arial;
    text-transform: uppercase;
    opacity: .5;
}
.ron-exp .con{
    font-size: 16px;
    color: #888;
    line-height: 2;
    margin-top: 90px;
    height: 170px;
}
.ron-exp .con p:last-child{
    margin-top: 20px;
}
.ron-exp .p1{
    font-size: 16px;
    color: #999;
    padding-left: 45px;
    background: url(../image/1fff2f4ad32a8f968e3f1cbe3534ecfea7bba622.png)no-repeat left center;
    line-height: 26px;
    margin-top: 45px;
}
.ron-tel{
    margin-top: 20px;
}
.ron-tel .tel{
    float: left;
}
.ron-tel a{
    float: right;
    display: block;
    width: 135px;
    line-height: 48px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: url(../image/039556144a1d4f30e569a28a2e025e7da1064c08.png)no-repeat 20px center #0d6ebb;
    padding-left: 35px;
    border-radius: 4px;
}
.ron-tel a:hover{
    background: url(../image/039556144a1d4f30e569a28a2e025e7da1064c08.png)no-repeat 20px center #333;
}
.ron-img{
    float: left;
    overflow: hidden;
    width: 755.54px;
    height: 599px;
}
/*.ron-img img{*/
/*    max-width: 100%;*/
/*}*/
.tel p{line-height: 23px;}

.tech{
    /* background: url(../images/tech.png)no-repeat bottom center; */
    padding-top: 65px;
    padding-bottom: 100px;
    position: relative;
}
.tech-con{
    position: relative;
    z-index: 3;
}
.tech-list{
    margin-top: 45px;
}
.tech-list ul li:first-child{
    margin-left: 0;
}
.tech-list ul li{
    cursor: pointer;
    float: left;
    border: solid 1px #ddd;
    text-align: center;
    padding-top: 30px;
    width: 138px;
    height: 170px;
    position: relative;
    margin-left: 19.4px;
}
.tech-list ul li .tech-img{

}
.tech-list ul li .tech-img img{
    max-width: 100%;
}
.tech-list ul li .tech-img .img2{
    display: none;
}
.tech-list ul li:hover .tech-img .img2{
    display: block;
}
.tech-list ul li:hover .tech-img .img1{
    display: none;
}
.tech-list ul li h3{
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}
.tech-list ul li p{
    font-size: 12px;
    color: #aeaeae;
    margin-top: 5px;
    font-family: Arial;
    text-transform: uppercase;
}
.tech-list ul li span{
    position: absolute;
    width: 40px;
    color: #999;
    background: #eeeeee;
    line-height: 24px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 600;
    text-align: center;
    display: block;
    bottom: -12px;
    left: 34%;
}
.tech-list ul li:hover span{
    background: #0d6ebb;
    color: #fff;
}
.tech-list ul li:hover h3{
    color: #0d6ebb;
}
.tech-list ul li:hover{
    border: solid 1px #0d6ebb;
}

.about{
    background: url(../image/6ae21363336424cafc149e89af2e15687be1b6b2.jpg)no-repeat center;
    padding-top: 65px;
	padding-bottom: 65px;
}
.abt-img{
    float: left;
    border: solid 3px #fff;
    width: 48.8%;
}
.abt-img img{
    max-width: 100%;

}
.abt-con{
    float: right;
    width: 51.2%;
    padding-left: 58px;
    padding-top: 10px;
}
.abt-con h3{
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}
.abt-con span{
    font-size: 24px;
    text-transform: uppercase;
    opacity: .5;
    color: #fff;
    display: block;
    margin-top: 10px;
}
.abt-text{
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin-top: 35px;
    height: 175px;
    overflow: hidden;
}
.abt-text p{
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 4;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;	
}
.abt-cfn a{
    float: left;
    width: 158px;
    line-height: 54px;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #ffffff;
    display: flex;justify-content: center;flex-wrap: nowrap;display: -webkit-flex;
}
.abt{margin-left: 13px;}
.abt-cfn a:hover{
    color: #fff;background: #333333;
}
.abt-cfn a .img2{display: none;}
.abt-cfn a:hover .img1{display: none;}
.abt-cfn a:hover .img2{display: inline-block;}

/* 氓沤鈥毭λ喡棵ヂ扁€⒚ぢ� */
.workshop{
    background: #f4f4f4;
    padding-top: 43px;
    padding-bottom: 50px;
}
.wkp-list{
    margin-left: -10px;
    margin-right: -10px;
}
.wkp-list ul li{
    margin: 0 10px;
}
.wkp-list ul li .wkp-img{
    overflow: hidden;
}
.wkp-list ul li .wkp-img img{
    max-width: 100%;
}
.wkp-list ul li h3{
    text-align: center;
    font-size: 16px;
    color: #555;
    background: #e5e5e5;
    line-height: 45px;
    font-weight: normal;
}
.wkp-list ul li:hover h3{
    background: #0d6ebb;
    color: #fff;
}

.mt-40{padding-top:40px; overflow:hidden;}

/*鍐呴〉*/
.n_tit h3{ font-size:32px; color:#333; text-align:center; position:relative; padding-bottom:20px; margin-bottom:30px; font-weight:700;}
.n_tit h3:after{ content: '';
    position: absolute;
	height:2px;
	width:50px;
	background:#0d6ebb;
	bottom:0;
	left:50%;
	margin-left:-25px;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.n_tex{font-size:15px; line-height:30px; color:#666; overflow:hidden; padding-bottom:50px; padding-top: 25px;}
.n_tex img{max-width:100%;}

/*鏂伴椈椤�*/
.xw1{overflow:hidden; margin-top:30px;}
.xw1 li {
    height: 140px;
    margin: 0px 20px 20px;
}
.xw1 li a {
    background: #f2f2f2;
    display: block;
    padding: 25px 15px;
	overflow:hidden;
}
.xw1 li .sj1 {
    width: 162px;
    height: 90px;
    padding-left: 34px;
    font-weight: bolder;
    box-sizing: border-box;
    font-size: 14px;
    color: #0d6ebb;
    float: left;
    border-right: 1px solid #dcdcdc;
}
.xw1 li .sj1 h1 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 0px;
    font-weight: bolder;
    margin: 10px 0 0;
}
.xw1 li .sj1 p {
    border-bottom: 2px solid #0d6ebb;
    display: table;
}
.xw1 li .xw_z {
    float: left;
    margin: 0px 20px;
    width: 800px;
    height: 90px;
    color: #747474;
    font-size: 12px;
    line-height: 22px;
}
.xw1 li .xw_z h1 {
    font-size: 16px;
    color: #313131;
    font-weight: bolder;
    line-height: 30px;
    margin-bottom: 6px;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal; 
  
}
.xw1 li .xw_z h2 {
    font-size: 12px;
    line-height: 22px;
    height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal; 
}
.xw1 li a:hover {
    background: #0d6ebb;
	color:#fff;
}
.xw1 li a .jt {
    background: url(../image/jt3.png) no-repeat center center;
    float: right;
    width: 37px;
    height: 90px;
    margin-right: 30px;
}
.xw1 li a:hover .sj1,.xw1 li a:hover .xw_z,.xw1 li a:hover .xw_z h1{color:#fff;}
.xw1 li:last-child{margin-bottom:0;}

.page{text-align:center; margin-top:40px; overflow: hidden; margin-bottom:50px;}
.page a,.page span{display:inline-block; padding:8px 10px; border:solid 1px #eee; text-align:center; font-size:15px; color:#454545; margin:0 3px;}
.page a:hover,.page span{ background:#0d6ebb; color:#fff; border:solid 1px #0d6ebb;}

.topnav a{display:inline-block; width:150px; height:40px; border:solid 1px #0d6ebb; font-size:16px; color:#0d6ebb; margin-left:5px; margin-right:5px; line-height:38px; margin-bottom: 10px;}
.topnav a:hover,.topnav a.actid{ background:#0d6ebb; color:#fff; border:solid 1px #0d6ebb;}
.topnav{text-align:center; overflow: hidden; margin-bottom: -10px;}

/*璇︽儏椤�*/
.titled h2{ font-size:32px; color:#333; margin-bottom: 18px; font-weight:700;}
.titled{text-align:center; border-bottom:solid 1px #ddd; padding-bottom:25px; overflow:hidden;}
.titled p{color:#666; margin-top:10px; font-size:15px;}
.tufont{line-height:30px; min-height:80px;}
.tufontd{color: #666; line-height:30px; font-size:15px; margin-top:30px;}
.tufontd img{max-width:100%;}
.textd{color: #999; line-height:28px; margin-top:30px; margin-bottom:50px; font-size:14px;}
.textd a:hover{color:#0d6ebb;}
.tuimg img{display:block; margin-left:auto; margin-right:auto; max-width:100%;}
.tuimg{overflow:hidden; padding-top:30px;}

/*妗堜緥*/
.anlie{overflow:hidden;}
.anlie ul li{width:390px; float:left; margin-left:14px;}
.anlie ul li a{display:block; overflow:hidden;}
.anlie ul li a img{width:388px; height:279px; display:block; border:solid 1px #ddd;}
.anlie ul li a h4{height:50px; font-size:16px; text-align:center; line-height:50px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 1;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal; 
}
.anlie ul {margin-left:-14px;}
.anlie ul li a:hover{color:#0d6ebb;}
.anlie{margin-top:30px;}

/*璧勮川*/
.zizhi{overflow:hidden;}
.zizhi ul li{width:289px; float:left; margin-left:14px;}
.zizhi ul li a{display:block; overflow:hidden;}
.zizhi ul li a img{width:287px; height:413px; display:block; border:solid 1px #ddd;}
.zizhi ul li a h4{height:50px; font-size:16px; text-align:center; line-height:50px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 1;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal; 
}
.zizhi ul {margin-left:-14px;}
.zizhi ul li a:hover{color:#0d6ebb;}
.zizhi{margin-top:30px;}

.ljz{position: absolute; right: 475px; bottom: 78px; width: 136px; height: 48px; text-align: center; line-height: 48px; z-index: 999;}
.ljz a{display: inline-block; background: #0d6ebb; width: 136px; color: #fff; font-size: 15px; border-radius: 4px;}
.ljz a img{display: inline-block; margin-right: 5px;}

/*鑱旂郴鎴戜滑*/
.lxw_box{overflow:hidden; padding-bottom:60px;}
.lxw_box .xfl{width:505px; float:left;}
.lxw_box .xfl ul li{border: solid 1px #eee; border-radius: 60px; height: 57px; line-height: 55px; font-size: 16px; color: #666; padding-left: 18px; margin-top: 21px;}
.xfr #map{width:728px; height:312px; border:solid 1px #eee;}
.xfr{width:656px; float:right;}
.liab_k{overflow:hidden; padding-top:35px;}
.lxw_box .xfl ul li:nth-child(1){margin-top:0;}
.xfr #map img{max-width:inherit;}

/*鍦ㄧ嚎鐣欒█*/
.tops{overflow:hidden; margin-left:-30px;}
.tops .form-control{
	background: #fff;
    border: 1px solid #c0bec0;
    width: 435px;
    height: 48px;
    line-height: 48px;
    padding-left: 15px;
    font-size: 14px;
    color: #bbbbbb;
    float: left;
	margin-left:30px;
}
.topb textarea{
	border: 1px solid #c0bec0;
	width: 903px;
    height: 200px;
	font-size: 14px;
    color: #757575;
    padding: 15px;
}
.btn-default {
    width: 280px;
    font-size: 16px;
    height: 50px;
    text-align: center;
    display: block;
    background: #0d6ebb;
    border-radius: 5px;
    color: #fff;
    margin: 40px auto 60px auto;
}
.btn-default:hover{background: #0d6ebb; color: #fff;}
.bdf{width:937px; margin-left:auto; margin-right:auto; margin-top:30px;}
.ts{text-align:center;font-size: 16px;color: #636363;}
.tops .form-group{float:left; margin-bottom: 30px;}

.zhim{margin-top: 45px;}
.zhim ul li{width: 390px; float: left; margin-left: 14px;}
.zhim ul li a{display: block; overflow: hidden; text-align: center;}
.zhim ul li a img{display: block; width: 391px; height: 274px;}
.zhim ul{margin-left: -14px;}
.zhim ul li h4{font-size: 18px; margin-top: 18px;}

.news{
    padding-top: 65px;
    padding-bottom: 100px;
}

.new-show{
    margin-top: 35px;
}
.new-cfn ul{
    text-align: center;display: flex;justify-content:center;flex-wrap: nowrap;display: -webkit-flex;
}
.new-cfn ul li{
    width: 202px;
    margin-left: 20px;
    background: #f4f4f4;
    cursor: pointer;
    display: flex;justify-content: center;flex-wrap: nowrap;display: -webkit-flex;
}
.new-cfn ul li .img{line-height: 64px; display:inline-block;}
.new-cfn ul li .img2{display: none;}
.new-cfn ul li.cur .img1,.new-cfn ul li:hover .img1{display: none;}
.new-cfn ul li.cur .img2,.new-cfn ul li:hover .img2{display: inline-block;}
.new-cfn ul li.cur,.new-cfn ul li:hover{background: #0d6ebb;}
.new-cfn ul li h3{
    line-height: 64px;
    font-size: 22px;
    text-align: center;
    margin-left: 13px;
    display:inline-block;
	color:#333;
}
.new-cfn ul li.cur h3,.new-cfn ul li:hover h3{
    color: #fff;
}

.new-con{
    margin-top: 55px;
}
.new-list{
    display: none;
}
.new-top{
    float: left;
    width: 740px;
}
.new-hot{
    float: left;
    width: 47%;
    margin-left: 6%;
}
.new-hot:first-child{
    margin-left: 0;
}
.new-hot a{
    display: block;
}
.new-hot .new-img{
    overflow: hidden;
}
.new-hot .new-img img{
    max-width: 100%;
}
.new-hot .new-text{
        padding-top: 30px;
}
.new-hot .new-text h3{
    font-size: 18px;
    color: #333333;
    overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
    font-weight: normal;
}
.new-hot .new-text .text{
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    line-height: 1.8;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.new-hot .new-text span{
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 28px;
    background: url(../image/b0d925c3e402e92a41dc129ea86d833d85251332.png)no-repeat right center;
    margin-top: 30px;
}
.new-hot a:hover .new-text h3{
    color: #0d6ebb;
}
.new-hot a:hover .new-text span{
    background: url(../image/a15491ccaaf2b22c0b7f0b00b9283d360074f158.png)no-repeat right center;
}
.new-rem{
    float: right;
    width: 450px;
}
.new-rem ul li{
    border: solid 1px #ddd;
    margin-top: 30px;
    padding: 20px 0;
}
.new-rem ul li:first-child{
    margin-top: 0px;
}
.new-rem ul li a{
    display: block;
}
.new-rem ul li a h4{
    float: left;
    text-align: center;
    width: 90px;
    font-size: 14px;
    font-family: Arial;
    color: #666;
    font-weight: 500;
    height: 100%;
    border-right: solid 1px #ddd;
}
.new-rem ul li a h4 span{
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #555;
}
.new-rem ul li a:hover h4 span{
    color: #0d6ebb;
}
.new-rem ul li a .rem-con{
    float: left;
    width: 79%;
    padding-left: 23px;
}
.rem-con h3{
    font-size: 18px;
    color: #333;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.rem-con p{
    font-size: 14px;
    color: #999;
    line-height: 1.8;
    margin-top: 5px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.new-rem ul li a:hover .rem-con h3{
    color: #0d6ebb;
}
.new-rem ul li:hover{
    border: solid 1px #0d6ebb;
}

/* 氓聫鈥姑ζ掆€γ┾€溌久ε铰� */
.link{
    background: #333;
    padding: 20px 0;
    border-bottom: solid 1px #555;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.ft-link{
    overflow: hidden;
}
.link span{
    font-size: 17px;
    background: url(../image/c7619243f450eac66cde09031f7cf77731bb0f4c.png)no-repeat left center;
    color: #fff;
    padding-left: 35px;
    line-height: 24px;
    display: inline-block;
}
.ft-link a{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-left: 15px;
}
.ft-link a:hover{
    color: #0d6ebb;
}

/* 氓潞鈥⒚┢捖� */
.foot{
    padding: 0 50px;
    background: url(../image/50ccb41a792de9109ac11f40a2bf78e0625aa839.png)no-repeat center bottom;
}
.footed{
    background: #333;
    padding-top: 50px;
    padding-bottom: 50px;
}
.erweifr{float:right;}
.erweifr img{width:114px;}
.ft-cfn{
    float: left;
    width: 558px;
}
.ft-cfn dl{
    float: left;
    margin-left: 5.6vw;
}
.ft-cfn dl:first-child{
    margin-left: 0;
}
.ft-cfn dl dt{
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.ft-cfn dl dd a{
    font-size: 14px;
    color: #a4a4a4;
    line-height: 2;
}
.ft-cfn dl dd a:hover{
    color: #0d6ebb;
}
.ft-con{
    float: right;
    width: 490px;
}
.ft-con h3{
    color: #fff;
    font-size: 30px;
    font-family: Arial;
}
.ft-con h4{
    color: #fff;
    font-size: 20px;
    font-family: Arial;
}
.ft-con h3{
    color: #fff;
    font-size: 40px;
	font-weight: 600;
    font-family: Arial;
	font-style: oblique;
}

.ft-con .text{
    font-size: 14px;
    color: #b0b0b0;
    line-height: 2;
    margin-top: 15px; 
}
.ft-tact{
    margin-top: 40px;
}
.ft-tact span:first-child{
    margin-left: 0;
    background: url(../image/a0b85e623698c4d28d01e74c028810c4f1d365e8.png)no-repeat center;
    position: relative;
}
.ft-tact span{
    float: left;
    display: block;
    height: 46px;
    width: 46px;
    margin-left: 20px;
    cursor: pointer;
}
.ft-tact span a{
    display: block;
    height: 46px;
    width: 46px;
}
.ft-tact span:nth-child(2){
    background: url(../image/992d8c52f3569991fc6dd1f31158bf6348a4c634.png)no-repeat center;
    position: relative;
}
.ft-tact span:nth-child(3) a{
    background: url(../image/8157c43d2abbc076c2032b5d6fc435ace73eb297.png)no-repeat center;
}
.ft-tact span:nth-child(4) a{
    background: url(../image/355e5ce00e8b89b0a85dc2bcc71b5e1e87f7ce08.png)no-repeat center;
}

.ft-tact span:nth-child(4) a:hover,
.ft-tact span:nth-child(3) a:hover{
    opacity: .5;
}



.ft-tact span:first-child p{
    opacity: 0;
    position: absolute;
    width: 100px;
    top: -105px;
    left: -30px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.ft-tact span:nth-child(2) p{
    opacity: 0;
    position: absolute;
    width: 100px;
    top: -105px;
    left: -30px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.ft-tact span:first-child p img,
.ft-tact span:nth-child(2) p img{
    max-width: 100%;
}
.ft-tact span:first-child:hover p,
.ft-tact span:nth-child(2):hover p{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.footer{
    line-height: 23px;
    color: #fff;
    padding: 10px 0;
	text-align:center;
	font-size: 13px;
}
.footer a{
    color: #fff; margin-right: 5px; margin-left: 5px;
}
.jszc img{ margin-top:-3px;}





/* 鍙嬫儏閾炬帴 */

.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}


/*鍐呴〉宸︿晶鏍峰紡*/


.container{width: 1200px!important;margin: 0 auto;padding: 0;}


.page-product-inquiry a{color: #fff;}

.about a{font-weight: 600; color: #0d6ebb;}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}
</pre></body></html>